home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / pcfig4th.zip / MAKGL.BAT < prev    next >
DOS Batch File  |  1983-07-30  |  172b  |  6 lines

  1. .Generate a FORTH glossary from the assembly listing
  2. .Usage is: makgl <outputfile>
  3. .Only works under MS-DOS 2.0
  4. erase %1
  5. FOR %%A IN (4TH-*.ASM) DO find ";=" %%A >>%1
  6.